home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TDIRSELECTION / TDIRSELECTION.txt < prev   
Text File  |  1998-11-20  |  1KB  |  57 lines

  1. object DirSelection: TDirSelection
  2.   Left = 229
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Selection'
  7.   ClientHeight = 182
  8.   ClientWidth = 249
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DirectoryListBox1: TDirectoryListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 233
  20.     Height = 113
  21.     Hint = 'Directory Selection Window'
  22.     ItemHeight = 16
  23.     ParentShowHint = False
  24.     ShowHint = True
  25.     TabOrder = 0
  26.   end
  27.   object DriveComboBox1: TDriveComboBox
  28.     Left = 8
  29.     Top = 128
  30.     Width = 233
  31.     Height = 19
  32.     Hint = 'Drive Selection Window'
  33.     DirList = DirectoryListBox1
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 1
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 88
  40.     Top = 152
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Cancel'
  44.     TabOrder = 2
  45.     Kind = bkCancel
  46.   end
  47.   object BitBtn2: TBitBtn
  48.     Left = 8
  49.     Top = 152
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Select'
  53.     TabOrder = 3
  54.     Kind = bkOK
  55.   end
  56. end
  57.